﻿/* Tabs----------------------------------*/
#nav{font-family:Arial,"Microsoft YaHei", Helvetica, sans-serif ;}
.tabs {line-height:30px;color:#044abd;text-align:center;font-weight:bold;font-size:16px;margin-bottom:10px;}
.tabs ul {overflow:hidden;padding:0;background:url(../images/tablineh.gif) repeat-x 0 30px;height:32px;}
.tabs ul li {float: left;line-height:30px;cursor:pointer;background:url(../images/tablineh.gif) no-repeat right center;display:inline-block;;width:110px;}
.tabs ul li.tabsFirst,.tabs ul li.tabsLast,.tabs li:last-child{ background:none;}
.tabs a:link,
.tabs a:visited,
.tabs a:hover{color:#333; padding:0 16px}
.tabs ul li.tabs-selected a:link,
.tabs ul li.tabs-selected a:visited,
.tabs ul li.tabs-selected a:hover{display:block;line-height:30px;height:30px;background:#2A79D0;color:#fff;border:1px dashed #fff;}
.tabs-hidden{ display: none; }
